home *** CD-ROM | disk | FTP | other *** search
- object SetupDlg: TSetupDlg
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 163
- ClientWidth = 383
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 7
- Width = 369
- Height = 112
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 28
- Top = 24
- Width = 64
- Height = 13
- Alignment = taRightJustify
- Caption = 'NNTP Server'
- end
- object Label2: TLabel
- Left = 26
- Top = 48
- Width = 66
- Height = 13
- Alignment = taRightJustify
- Caption = 'EMail address'
- end
- object Label3: TLabel
- Left = 64
- Top = 72
- Width = 28
- Height = 13
- Alignment = taRightJustify
- Caption = 'Name'
- end
- object Label4: TLabel
- Left = 24
- Top = 92
- Width = 68
- Height = 13
- Alignment = taRightJustify
- Caption = 'Log File Name'
- end
- object ServerEdit: TEdit
- Left = 101
- Top = 16
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object UserAddressEdit: TEdit
- Left = 101
- Top = 40
- Width = 265
- Height = 21
- TabOrder = 1
- end
- object UserNameEdit: TEdit
- Left = 101
- Top = 64
- Width = 265
- Height = 21
- TabOrder = 2
- end
- object LogFileNameEdit: TEdit
- Left = 101
- Top = 88
- Width = 265
- Height = 21
- TabOrder = 3
- end
- object OKButton: TButton
- Left = 216
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- end
- object CancelButton: TButton
- Left = 296
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-